Meshes are, along with textures, have a major role in affecting the performance of any 3D application. To improve efficiency of meshes in your Kanzi applications:
Optimize the performance of meshes by setting the culling properties. See Setting culling.
When users run your Kanzi application in an environment with a multi-core processor, Kanzi automatically uses multiple CPU cores to load from kzb files to RAM all the GPU resource data in your application. You can configure how many cores you want your application to use. See Loading resources in parallel.